object FrmSelectFolder: TFrmSelectFolder Left = 365 Top = 275 Width = 416 Height = 334 BorderIcons = [] Caption = 'Select Folders' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate DesignSize = ( 400 298) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 10 Top = 285 Width = 263 Height = 13 Anchors = [akLeft, akRight, akBottom] Caption = 'Add or remove folders that will be used in your search.' WordWrap = True end object Label2: TLabel Left = 10 Top = 10 Width = 134 Height = 13 Caption = 'Select the folders to look in:' end object EdgeResize1: TEdgeResize Left = 390 Top = 291 Width = 17 Height = 15 Cursor = crSizeNWSE ModernLook = False Anchors = [akRight, akBottom] end object ListBox1: TListBox Left = 10 Top = 28 Width = 300 Height = 248 Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 TabOrder = 0 end object BtnAddFolder: TButton Left = 319 Top = 195 Width = 80 Height = 23 Anchors = [akRight, akBottom] Caption = '&Add...' TabOrder = 1 OnClick = BtnAddFolderClick end object BtnCancel: TButton Left = 319 Top = 59 Width = 80 Height = 23 Anchors = [akTop, akRight] Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object BtnIOk: TButton Left = 319 Top = 29 Width = 80 Height = 23 Anchors = [akTop, akRight] Caption = '&OK' Default = True ModalResult = 1 TabOrder = 3 end object BtnRemoveFolder: TButton Left = 319 Top = 225 Width = 80 Height = 23 Anchors = [akRight, akBottom] Caption = '&Remove...' TabOrder = 4 OnClick = BtnRemoveFolderClick end object BtnRemoveAll: TButton Left = 319 Top = 255 Width = 80 Height = 23 Anchors = [akRight, akBottom] Caption = 'Re&move All' TabOrder = 5 OnClick = BtnRemoveAllClick end object FnpFormEnh1: TFnpFormEnh AllowMaximized = False AllowMinimized = False StorageMode = SmFsIniFile SavePosition = True SaveSize = True SubKey = '\Software\Carthago\TwistPad\windows' Left = 52 Top = 243 end end